.basictab {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.basictab ul {
	height: 38px;
	line-height: 38px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: auto;
	padding: 0px;
	list-style-type: none;
	/*text-align: center;*/
	/*set to left, center, or right to align the menu as desired*/
}

.basictab li {
	display: inline;
	margin: 0;
	float: left;
}

.basictab li a {
	color: #666666;
	width: 110px;
	display: block;
	padding: 0px;
	text-align: center;
	text-indent: 0px;
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
}

.basictab li a:visited {
	color: #666666;
}

.basictab li a:hover,
.basictab li a:visited:hover,
.basictab li a.current,
.basictab li a:hover.current {
	color: #FF0000;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	font-weight: normal;
}

.basictab li a:active {
	color: #FF0000;
}

.basictab li a.current,
.basictab li a:hover.current {
	color: #666666;
}

.tabcontainer {
	clear: left;
	/*width:95%;*/
	/*width of 2nd level sub menus*/
	/*height:1.5em;*/
	/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: hidden;
}

.tabcontent {
	display: none;
}


.tabcontent ul {
	/*	对应 #contents_item ul */
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	/* 不显示列表前的小黑点*/
}

.tabcontent ul li {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

.tabcontent ul li a {
	/* 对应 #contents_item ul li a*/
	display: block;
	/* 注意此样式的影响 */
	font-size: 18px;
	width: 100%;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	color: #666666;
	text-decoration: none;
	text-indent: 24px;
	/*标题文本左缩进*/
	background: url('/static/img/none_h24.png') no-repeat left center;
	white-space: nowrap;
	overflow: hidden;
}

.tabcontent ul li a:hover {
	/*#contents_item ul li a*/
	color: #FF0000;
	text-decoration: underline;
}

.tabcontent ul li a:visited {
	color: #666666;
	text-decoration: none;
}

.tabcontent ul li a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}